@charset "utf-8";
/* CSS Document */
body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#464646;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Serif Caption', serif;
	text-transform: uppercase;
}
h1 {
	font-weight:bold;
	font-size:40px;
	color: #222;
	letter-spacing: 2px;
	padding:20px 0px;
}
h1 i{
	float:left;
	margin:0px 10px;
	font-size:60px !important;
}
h1 span {
	color:#610b00;
}
h2 {
	font-size:28px;
	font-weight:bold;
	color: #fff;
	margin-top: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important;
	line-height:24px !important;
	color:#e8e8e8 !important;
	text-align:justify;
}
img {
	width:100%;
	float:left;
	height:auto;
}
header {
	background-color:#FFF;
	box-sizing:border-box;
	padding:10px 0px;
}
.header-wrap{
	width:100%;
	display:flex;
	justify-content:space-between;
	padding:5px 20px!important;
}
#logo{
	display:flex;
	justify-content:center;
	align-items:center;
}
#logo i{
	font-size:87px;
	margin-right:12px;
}
.contact-details {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.contact-details i{
	font-weight:600;
	margin-right:4px;
	color:#077cbf;
}
.contact-details ul{
	display:flex;
	margin:0;
	padding:0;
}
.contact-details ul li{
	list-style:none;
	display:inline-block;
	padding:5px 10px;
	font-weight:600;
}
.toplink a {
	float:right;
	margin:5px 10px;
}
.body-container{
	width:100%;
	display:flex;
}
.info-wraper{
	width:40%;
	display:flex;
	flex-direction:column;
}
.school-area {
	background-color:#077cbf;
	padding:20px;
	width:100%;
}
.college-area {
	background-color:#dd998e;
	padding:20px;
	width:100%;
}
.pg-area {
	background-color:#f59b29;
	padding:20px;
	width:100%;
}
.bed-area {
	background-color:#a8157d;
	padding:20px;
	width:100%;
}
.slider-container{
	width:60%;
	height:auto;
	/*background:red;*/
}
/*Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 576px) { 
	h1 {
		font-size:34px !important;
	}
	.contact-details ul li{
		display:block;
		clear:both;
		float:none;
	}
	.toplink a {
		float:none;
		display:block;
		clear:both;
	}
}